projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e10fae
)
wayland: Remove unused variables to silence compiler warning
author
Rob Bradford
<rob@linux.intel.com>
Fri, 13 Jan 2012 13:29:04 +0000
(13:29 +0000)
committer
Rob Bradford
<rob@linux.intel.com>
Fri, 13 Jan 2012 16:50:47 +0000
(16:50 +0000)
gdk/wayland/gdkdevice-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkdevice-wayland.c
b/gdk/wayland/gdkdevice-wayland.c
index 9ddf661fe9d952680074c9185570c7856eeb44b5..246baca9faf32433818481f5bcbc903ff6dc9d8a 100644
(file)
--- a/
gdk/wayland/gdkdevice-wayland.c
+++ b/
gdk/wayland/gdkdevice-wayland.c
@@
-772,10
+772,6
@@
data_device_selection (void *data,
struct wl_data_offer *offer)
{
GdkWaylandDevice *device = (GdkWaylandDevice *)data;
- GdkDeviceManager *device_manager =
- gdk_display_get_device_manager (device->display);
- GdkDeviceManagerCore *device_manager_core =
- GDK_DEVICE_MANAGER_CORE (device_manager);
g_debug (G_STRLOC ": %s wl_data_device = %p wl_data_offer = %p",
G_STRFUNC, wl_data_device, offer);